You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > MaxwellCDF Method > Probabilities.MaxwellCDF Method ([In] TDenseMtxVec, double, [In] TDenseMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.MaxwellCDF Method ([In] TDenseMtxVec, double, [In] TDenseMtxVec)

Maxwell CDF (vectorized).

Syntax
C#
Visual Basic
public static void MaxwellCDF([In] TDenseMtxVec X, double a, [In] TDenseMtxVec Res);
Parameters 
Description 
[In] TDenseMtxVec X 
Defines distribution domain, real vector or matrix with positive real values or zeros. 
double a 
Distribution parameter, positive real value. 
[In] TDenseMtxVec Res 
After calculation stores the CDF calculated from X and a. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of X. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!